Allow callers to XendClient.xend_list_domains to specify the detail flag, and
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Sat, 4 Mar 2006 18:15:36 +0000 (19:15 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Sat, 4 Mar 2006 18:15:36 +0000 (19:15 +0100)
commit8ee550dbe090e3de6d28e49478ea4ed65276b0b2
tree9052ebba44bc426c1452c03f4ef8192749dce3ed
parentd34501c219cda4b493a50b2a2abde7955e0bcf1f
Allow callers to XendClient.xend_list_domains to specify the detail flag, and
turn detail off when doing vcpu-list.  This avoids calls to xenstore just to
get the list of domains for the vcpu-list call, significantly increasing
performance of that command on loaded systems.

Closes bug #545.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendClient.py
tools/python/xen/xm/main.py